negotiator.tournament.VariablesAndValues
Class BOAagentValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.BOAagentValue
All Implemented Interfaces:
java.io.Serializable

public class BOAagentValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
BOAagentValue(BOAagentInfo val)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BOAagentInfo getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BOAagentValue

public BOAagentValue(BOAagentInfo val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public BOAagentInfo getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object